Xbasic

Helper::GPSExifInfo Class

Description

Class to hold GPS data for related ExifInfo class.

Properties

Version_IdCharacter

Type: "C", Version of GPS information (2.0.0.0 = 0200000.H)

Latitude_RefCharacter

Type: "C", Indicates latitude being north or south (N or S)

LatitudeCharacter

Type: "C", Latitude expressed in degrees minutes and seconds.

Longitude_RefCharacter

Type: "C", Longitude reference, east or west (E or W)

LongitudeCharacter

Type: "C", Longitude expressed in degrees minutes and seconds

Altitude_RefCharacter

Type: "C", Altitude reference sea leve = 0, below sea level = 1l

AltitudeCharacter

Type: "C", Altitude in meters.

Time_StampCharacter

Type: "C", Timestamp in UTC.

SatellitesCharacter

Type: "C", Satallites used to calculate GPS.

StatusCharacter

Type: "C", Status of GPS receiver

Measure_ModeCharacter

Type: "C", GPS measurement mode (2d or 3d)

DopCharacter

Type: "C", Degrees of Precision.

Speed_RefCharacter

Type: "C", Speed units (K,M,N for kilometers per hour, miles per hour, knots)

SpeedCharacter

Type: "C", Speed that GPS receiver is moving.

Track_RefCharacter

Type: "C", Method used to track direction of GPS receiver movement T for true, M for magnetic.

TrackCharacter

Type: "C", Direction of movement of GPS receiver expressed as an angle (0-360 degrees)

Img_Direction_RefCharacter

Type: "C", Direction image is taken (method true or magnetic)

Img_DirectionCharacter

Type: "C", Direction image is taken expressed as an angle (0-360 degrees)

Map_DatumCharacter

Type: "C", Geodetic survey data.

Dest_Latitude_RefCharacter

Type: "C", Indicates destination latitude being north or south (N or S)

Dest_LatitudeCharacter

Type: "C", Latitude destination expressed in degrees minutes and seconds.

Dest_Longitude_RefCharacter

Type: "C", Destination Longitude reference, east or west (E or W)

Dest_LongitudeCharacter

Type: "C", Destination longitude expressed in degrees minutes and seconds

Dest_Bearing_RefCharacter

Type: "C", Bearing to destintation point T for true, M for magnetic.

Dest_BearingCharacter

C Bearing to destintation point (0-360 degrees)

Dest_Distance_RefCharacter

Type: "C", Distance to destination units (K,M,N for kilometers, miles and knots)

Dest_DistanceCharacter

Type: "C", Distance to the destination point.

Processing_MethodCharacter

Type: "C", Method used for location finding.

Area_InformationCharacter

Type: "C", Name of GPS area.

Date_StampCharacter

Type: "C", Timestamp of the GPS area.

DifferentialCharacter

Type: "C", Specifies if a differential correction was applied to the GPS receiver.

See Also